home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / multi / singing / shared.dxr / 01953_Quit laptop.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  154 b   |  7 lines

  1. on mouseDown
  2.   puppetSprite(the clickOn, 1)
  3.   set the castNum of sprite the clickOn to the castNum of sprite the clickOn + 1
  4.   updateStage()
  5.   quit()
  6. end
  7.